home *** CD-ROM | disk | FTP | other *** search
- This LEM was placed in the public domain by Micro Solutions Group, Inc.
- The LEM is a FUNCTION and returns a long value containing the current
- available drivespace for the default drive or the specified drive.
-
- CALLING FORMAT: n = DRVSPACE(<drive number>)
-
- The free drive space is returned to n for the drive number specified.
- Drive numbers are as follows: 0 = Default Drive, 1 = A, 2 = B, 3 = C, etc.
-
- MAP SETUP: MODULE('DRVSPACE.BIN'),BINARY
- FUNC(DRVSPACE),LONG
- .
-